Release 10.1A: OpenEdge Data Management:
SQL Development
JDBC architecture
OpenEdge uses a Type 4 JDBC driver.
Figure 2–1 shows the architecture of a Java application using a Type 4 JDBC driver.
Figure 2–1: OpenEdge JDBC Type 4 driver architecture
![]()
In Figure 2–1, the Java application includes calls to the JDBC API. A JDBC API call must be performed using either the
DriverManager.getConnectionor theDataSource.getConnectionmethod. ThegetConnectionmethod obtains a connection to the appropriate JDBC Driver. TheDriverManagerorDataSourceclass is used to manage that connection.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |